home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / systems / unixtkit / man.arc / TAIL.MAN < prev    next >
Text File  |  1988-03-28  |  928b  |  67 lines

  1.  
  2.  
  3.  
  4.         TAIL                  ST-UNIX User's Manual                  TAIL
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              tail - show the last few lines of a file.
  10.  
  11.         FORMAT
  12.              tail [ +✓_number[lbc][r] ] [ file ]
  13.  
  14.         DESCRIPTION
  15.              _✓T_✓a_✓i_✓l copies the named file (or standard input if no file  is
  16.              given), to the standard output.
  17.  
  18.              Copying begins at distance +_✓n_✓u_✓m_✓b_✓e_✓r from  the  beginning,  or
  19.              -_✓n_✓u_✓m_✓b_✓e_✓r  from  the end of the input, where _✓n_✓u_✓m_✓b_✓e_✓r is counted
  20.              in units of lines, blocks or characters,  according  to  the
  21.              option; l, b, or c.  The default is to count by lines.
  22.  
  23.              Specifying r causes tail to print from  the  starting  point
  24.              backwards, i.e. in reverse order.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 28/March/1988     30 March 1987                         1
  64.  
  65.  
  66.  
  67.